All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.InvalidNameException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.InvalidNameException

public class InvalidNameException
extends NamingException
InvalidNameException indicates that the name being specified does not conform to the naming syntax of a naming system.


Constructor Index

 o InvalidNameException()
Constructs an instance of InvalidNameException.
 o InvalidNameException(String)
Constructs an instance of InvalidNameException using an explanation of the problem.
 o InvalidNameException(String, String)
Constructs an instance of InvalidNameException using the name in question and an explanation of the problem.

Constructors

 o InvalidNameException
 public InvalidNameException(String name,
                             String explanation)
Constructs an instance of InvalidNameException using the name in question and an explanation of the problem.

Parameters:
name - The name that that violated the syntax.
explanation - Further details about the problem.
 o InvalidNameException
 public InvalidNameException(String explanation)
Constructs an instance of InvalidNameException using an explanation of the problem.

Parameters:
explanation - A message explaining the problem.
 o InvalidNameException
 public InvalidNameException()
Constructs an instance of InvalidNameException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index